home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1909 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: news.sprintlink.net!rockyd!cmcl2!schonberg!dewar
  2. From: dewar@cs.nyu.edu (Robert Dewar)
  3. Newsgroups: comp.lang.eiffel,comp.lang.ada,comp.edu,comp.lang.c,comp.lang.c++,comp.lang.modula2,comp.lang.modula3
  4. Subject: Re: Hungarian notation
  5. Date: 13 Jan 1996 17:13:17 -0500
  6. Organization: Courant Institute of Mathematical Sciences
  7. Message-ID: <dewar.821571143@schonberg>
  8. References: <30C40F77.53B5@swsbbs.com> <30EF0415.6FE1@tus.ssi1.com> <1996Jan7.045815.8676@ohstpy> <4cpb00$nqk@news.xmission.com> <hawkfish-0801960904580001@blv-pm3-ip24.halcyon.com> <4csj8i$gsa@news.xmission.com> <hawkfish-1201961907010001@blv-pm11-ip27.halcyon.com>
  9. NNTP-Posting-Host: schonberg.cs.nyu.edu
  10. X-Newsreader: NN version 6.5.0 (NOV)
  11.  
  12. rmgw said
  13.  
  14. "Unfortuantely, I've found that it is more than "syntactic-saccharine". One
  15. of the things that drove me nuts when I was working with Windoze was that
  16. no one had any idea how big an index was supposed to be.  This caused me
  17. more tahn one serious problem with overflow when 16 bit ints were used
  18. instead of longs by people who weren't thinking."
  19.  
  20. That of course is something that is clearly a defect of the language,
  21. since this confusion is a static typing error in any well typed language.
  22. Furthermore the overflows should be cleanly caught.
  23.  
  24.